home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / tcxl551.zip / INSTALL.CXL < prev    next >
Text File  |  1990-10-01  |  4KB  |  101 lines

  1.             The TesSeRact CXL User Interface Development System
  2.  
  3.                       Version 5.51 -- October 1, 1990
  4.  
  5.  
  6.      Copyright 1990, Innovative Data Concepts
  7.      All Rights Reserved
  8.  
  9.  
  10.      Innovative Data Concepts
  11.      1657 The Fairways
  12.      Suite 101
  13.      Jenkintown, PA 19046
  14.      Voice:  1-215-884-3373
  15.      Orders: 1-800-926-4551
  16.      FAX:    1-215-886-4225
  17.  
  18.  
  19.  
  20. TCXL is  part of  IDC's TesSeRact  Development Tools series of programmer's
  21. products.
  22.                                Installation
  23.  
  24.  
  25. STEP 1.......BUILD BASE DIRECTORY
  26.  
  27. The Shareware  Version of  the TCXL  User Interface  Development System  is
  28. normally distributed on diskette or in a compressed archive.
  29.  
  30. If you  received a  compressed archive,  either from  a BBS  or from a Disk
  31. Vendor, follow  the instructions  provided to  extract these  files into  a
  32. "\TCXL55" directory.  Then skip to Step 2.
  33.  
  34. If you received a diskette either directly from IDC or from another source,
  35. put the  diskette in  your drive, change to the root directory of the drive
  36. you wish to install TCXL on,  and give the command:
  37.  
  38.   A:COPYTCXL A
  39.  
  40.   or
  41.  
  42.   B:COPYTCXL B
  43.  
  44.  
  45. depending, of  course, on  which drive  you install  from.   COPYTCXL  will
  46. create a  directory called  "\TCXL55", and  will copy  a  series  of  self-
  47. extracting archive files into the directory.
  48.  
  49. In your  TCXL55 directory,  there will  be a file called FILES.CXL.  Verify
  50. that all  the files  described in  FILES.CXL are actually present.  If not,
  51. contact whoever supplied you with your copy of TCXL.
  52.  
  53. Please note  that Innovative Data Concepts normally only provides the small
  54. model libraries  for shareware  distribution.   If you need the large model
  55. libraries to  fully evaluate  the product, contact either IDC or one of our
  56. foreign distributors.   If  you receive  this diskette from IDC, the charge
  57. will be  $5.00 within  the US,  $7.00 in  Canada and  Mexico, and $10.00 to
  58. other locations.   Our  distributors may  have other  pricing  policies  --
  59. contact them for more information.
  60.  
  61. STEP 2.......RUN START.BAT
  62.  
  63. Once the  files are  in your TCXL55 directory, you are now able to actually
  64. install the  product.   Run the  START.BAT file  that is now in your TCXL55
  65. directory.   This will extract the header files and libraries, and give you
  66. the option to extract the documentation.  All necessary subdirectories will
  67. automatically be created.
  68.  
  69. The libraries  are  are  in  different  directories  depending  upon  which
  70. compiler you are using.  They are listed below with the letter 'x' inserted
  71. to indicate  where the  memory model  should be  ('s','m','c', and  'l' for
  72. small, medium, compact and large respectively).
  73.  
  74.  
  75.                  Compiler        Library
  76.                  ------------------------------------
  77.                  MSC 6           TCXL\M6\TCXLMS6x.LIB
  78.                  QC 2.5          same as above
  79.  
  80.                  MSC 5.1         TCXL\M5\TCXLMS5x.LIB
  81.                  QC before 2.5   same as above
  82.  
  83.                  TC 2 / TC++     TCXL\TC\TCXLTCx.LIB
  84.  
  85.                  Zortech C++     TCXL\ZTC\TCXLZTx.LIB
  86.  
  87.   The 'x' above represents one of the letters s, m, c or l.
  88.  
  89.  
  90. STEP 3.......COMPILE/LINK DEMO
  91.  
  92. At the  completion of  START.BAT, you  will be  given a pair of environment
  93. variables to  create:   TCXL_A and  TCXL_C.  Follow the directions, and add
  94. these two variables using the DOS SET command.
  95.  
  96. Next, change  to the  \TCXL55\DEMO directory.   Depending  on the source of
  97. your copy  of TCXL,  a compiled  demonstration program  may or  may not  be
  98. provided.   To create  a demo program, execute the MAKEDEMO.BAT file.  This
  99. will compile/link the TCXL Demonstration Program using the default options.
  100.  
  101.